home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / BONUS / FULL / wikiwriter / setup-ww2x.exe / {app} / htmltut / Body+Element.db < prev    next >
Encoding:
Text File  |  2002-07-01  |  489 b   |  19 lines

  1. @@inc HTMLToc
  2.  
  3. == Body Element
  4.  
  5.  
  6.  
  7. At the top of your page, you should now have
  8.  
  9.  
  10.  
  11. <pre>
  12.  
  13.    <html>
  14.  
  15.    <head>
  16.  
  17.    <title></title>
  18.  
  19.    </head>
  20.  
  21.    </html>
  22.  
  23. </pre>
  24.  
  25.  
  26.  
  27. Add one more element, and we'll have the basic structure for a Web page.
  28.  
  29.  
  30.  
  31. Put a line space below the end tag for the "head" element. Insert an element for "body", with the start tag on one line, then a blank line, then the end tag for the "body" element.
  32.  
  33.  
  34.  
  35. [[b Go to ((Add a Title))]]
  36.